home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbmci / readme.txt < prev    next >
Text File  |  1994-05-30  |  4KB  |  83 lines

  1. ----------------------------------------------------------------------
  2. The information in this article applies to:
  3.  - Microsoft Windows Software Development Kit (SDK) for Windows
  4.    version 3.1
  5.  - Video for Windows Development Kit version 1.1
  6.  - Visual Basic version 3.0
  7. ----------------------------------------------------------------------
  8.  
  9. The VBMCISTR sample shows how to use the function mciSendString in Visual Basic to play multimedia files.  The sample also uses the MMControl custom control from the MCI.VBX custom-control file to play multimedia files.  You may find it easier to use the MMControl to manipulate multimedia files than it is to use mciSendString commands.
  10.  
  11. This sample only demonstrates a few of the features of MMControl and a few of the commands strings that mciSendString can use.  The Microsoft Visual Basic Professional Features Book 1 contains a complete description of all of the features of the custom control, MMControl.  You can find more information on command strings you can send using mciSendString in the following resources:
  12.  
  13. Multimedia Programmer's Reference
  14. This book ships with the Windows 3.1 Software Development Kit (SDK)
  15.  
  16. Multimedia Programmer's Guide
  17. This book ships with the Windows 3.1 SDK
  18.  
  19. MCISTRWH.HLP
  20. This Windows Help file ships with Microsoft Visual C++ Professional Edition version 1.X.
  21.  
  22. DK_DOC.MVB or DK_DOC.HLP
  23. These Windows Help files ship with the Video for Windows Development Kit version 1.1.  These help files also contain information on the controls from the MCI.VBX and the MCIWNDX.VBX custom-control files.
  24.  
  25.  
  26. See Also:
  27. =========
  28. The Video for Windows Development Kit version 1.1 comes with a robust sample of how to use the features of the custom-control file, MCIWNDX.VBX.  This sample is called VBMCITST. 
  29.  
  30. There is a topic in the DK_DOC.HLP and DK_DOC.MVB files titled "Comparing MCIWNDX.VBX to MCI.VBX."
  31.  
  32. More Information 
  33. ================
  34. The  source files of the VBMCISTR sample were compressed using PKZip version 2.04g.  The zipped file is called VBMCI.ZIP.  The following files are included in the zip file:
  35. form1.frm
  36. frmabout.frm
  37. global.bas
  38. mcivbx.frm
  39. opendlg.frm
  40. readme.txt
  41. vbmcistr.mak
  42.  
  43. Legal Stuff
  44. ==========
  45. THE INFORMATION AND CODE PROVIDED HEREUNDER (COLLECTIVELY REFERRED TO
  46. AS "SOFTWARE") IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER
  47. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
  48. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN
  49. NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  50. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  51. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  52. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  53. POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR
  54. LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE
  55. FOREGOING LIMITATION MAY NOT APPLY.
  56.  
  57. This Software may be copied and distributed royalty-free subject to
  58. the following conditions:
  59.  
  60. 1. You must copy all Software without modification and must include
  61.    all pages, if the Software is distributed without inclusion in your
  62.    software product. If you are incorporating the Software in
  63.    conjunction with and as a part of your software product which adds
  64.    substantial value, you may modify and include portions of the
  65.    Software.
  66.  
  67. 2. You must place all copyright notices and other protective
  68.    disclaimers and notices contained on the Software on all copies of
  69.    the Software and your software product.
  70.  
  71. 3. Unless the Software is incorporated in your software product which
  72.    adds substantial value, you may not distribute this Software for
  73.    profit.
  74.  
  75. 4. You may not use Microsoft's name, logo, or trademarks to market
  76.    your software product.
  77.  
  78. 5. You agree to indemnify, hold harmless, and defend Microsoft and its
  79.    suppliers from and against any claims or lawsuits, including
  80.    attorneys' fees, that arise or result from the use or distribution
  81.    of your software product and any modifications to the Software.
  82.  
  83.